home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / e / misc.xsave / 000008_fdc@panix.com_Wed Oct 18 13:24:30 2006.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Path: reader2.panix.com!reader1.panix.com!panix!not-for-mail
  2. From: Frank da Cruz <fdc@panix.com>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: Running Kermit 3.16 via copSSH on Windows XP or older Windows connected serial devices
  5. Date: Wed, 18 Oct 2006 17:23:17 +0000 (UTC)
  6. Organization: PANIX Public Access Internet and UNIX, NYC
  7. Lines: 57
  8. Message-ID: <slrnejcoo5.e0u.fdc@panix2.panix.com>
  9. References: <Pine.LNX.4.64.0610171416170.945@xenau.zenez.com>
  10. Reply-To: fdc@columbia.edu
  11. NNTP-Posting-Host: panix2.panix.com
  12. X-Trace: reader2.panix.com 1161192197 29824 166.84.1.2 (18 Oct 2006 17:23:17 GMT)
  13. X-Complaints-To: abuse@panix.com
  14. NNTP-Posting-Date: Wed, 18 Oct 2006 17:23:17 +0000 (UTC)
  15. User-Agent: slrn/0.9.8.0 (NetBSD)
  16. Xref: panix comp.protocols.kermit.misc:15578
  17.  
  18. Hi Boyd.
  19.  
  20. On 2006-10-17, Boyd Lynn Gerber <gerberb@zenez.com> wrote:
  21. : Hello,
  22. :
  23. : I can not seem to remember how I used to do this.  The machines with some
  24. : version of MS Windows, most have Windows XP.  I use kermit to talk with
  25. : their store registers.  The machines have a purchased copy of MS Kermit
  26. : 3.16.
  27. :
  28. For the record: MS-DOS Kermit is just plain not supported on Windows XP.  It
  29. was never intended for that platform.  Kermit 95 is the supported Kermit
  30. software for Windows 95 and later.
  31.  
  32. Whoever is selling software package for Windows 95 or later that includes
  33. MS-DOS Kermit instead of Kermit 95, purchased or not, is selling a
  34. misconfigured and mostly likely nonfunctional package.
  35.  
  36. But if the serial-port access works OK (which can happen only on certain
  37. hardware configurations), fine.
  38.  
  39. : I thought I could use kermit via ssh to talk to the machines and directly
  40. : transfer the files.  Did not work.  I then setup cygwin and copSSH.  I am
  41. : able to ssh to the machines and then I use scp to copy a mskermit.ini with
  42. : the commands I need it to run.  I then am able to
  43. :
  44. : ssh 192.168.0.200
  45. : cd /directory/files
  46. : ./kermit
  47. : ...
  48. :
  49. : and all the files are downloaded to the machine and I am able to scp them
  50. : to the remote box or use scp on the remote box to get the files after
  51. : kermit has run.  But I am not able to get my scripts to remotely run
  52. : kermit to download and then scp the files.
  53. :
  54. : When I try to run ssh -luser 192.168.0.200 c:/kermit/backoffice/kermit
  55. :
  56. : user@192.168.5.200's password:
  57. :  IBM-PC MS-DOS Kermit: 3.16 4 May 1999
  58. : Copyright (C) Trustees of Columbia University 1982, 1999.
  59. :
  60. : Type ? or HELP for help
  61. :
  62. : MS-Kermit>^A^A^A
  63. : ?Text exceeded available buffer capacity
  64. : MS-Kermit>
  65. :
  66. Why don't you use Kermit as your ssh client.  Then you can script it
  67. to make the connection to the Windows ssh server, start MS-DOS Kermit
  68. and interact with it, and then use Kermit protocol to transfer files
  69. back to where you want them.  It's a two-step process but it can all be
  70. done in a single script.
  71.  
  72.   http://www.columbia.edu/kermit/ssh.html
  73.  
  74. - Frank